Deselect(String[]) Method
Deselects items from the list based on the item names.

C# Syntax

void Deselect( 
   params string[] items
)

Parameters

items
A collection of items to deselect.